home *** CD-ROM | disk | FTP | other *** search
/ The Arcade BBS / arcadebbs.zip / arcadebbs / bbstools / WWIV Mods / WWCPBETA.ZIP / MULTINET.DOC < prev    next >
Encoding:
Text File  |  1994-03-20  |  2.2 KB  |  53 lines

  1.  
  2. All your regular WWCP files can be left as is, no name changes
  3. or editing are necessary. There is one exception: The WWSTAT files
  4. for all nets now have an extra line after the node name line. This is
  5. used for the UUCP name of the network in question. My WWSTAT looks
  6. like:
  7.  
  8. # node name, same as node: in waffle/system/static
  9. fred.com
  10. # uucp name of WWIV system.
  11. wwiv <- this is the new line. You'd use "icenet", etc. for other nets.
  12. # used for From: line on news. %s is replaced with WWIVnet address.
  13. %s@wwiv.fred.com
  14. # used for From: line on mail. %s is replaced with WWIVnet address
  15. %s@wwiv.fred.com
  16. (etc.)
  17.  
  18. You will need to make new WWSTAT files, one for each net. These files
  19. follow the same format, but have an extra three character extension. The
  20. extension is purely arbitrary, it won't change the messages in any way.
  21. The original WWSTAT file is just WWSTAT. If you made one for Icenet, you
  22. could call it WWSTAT.ICE (or WWSTAT.FOO, if you wanted, it doesn't
  23. matter. WWCP gets the information from the WWSTAT file. The extension
  24. is just an identifier).
  25.  
  26. You'll need a new netsubs file for each net. The original NETSUBS
  27. file remains as is. New ones should use the same three character
  28. extension as the WWSTAT file above.
  29.  
  30. Subscriber lists for other nets are placed in <subtype>.EXT files, where
  31. .EXT is the same three character extension used on the NETSUBS and WWSTAT
  32. file for that network. The original subscriber list files for WWIVnet
  33. keep their original .SUB extension, you don't have to change them at
  34. all.
  35.  
  36. In addition, you should create a new entry in the /waffle/system/feeds file
  37. for each net. IceNET, for example, may look like:
  38.  
  39. icenet /batch=icenet icenet.*,alt.flame.sean-ryan
  40.  
  41. to send all IceNET groups on your system and gate in one of our favorite
  42. newsgroups.
  43.  
  44. All three WWCP binaries (WWCICO, WWSMAIL, and WWRMAIL) now support
  45. an -n<netname> parameter, where netname is a three character identifier
  46. as above. For example, if you've set up a network using WWSTAT.ICE,
  47. NETSUBS.ICE, and 10500.ICE, WWSMAIL -nice will batch up the news and
  48. mail for that network, WWCICO -d -nice will call that network and
  49. transfer the files, and WWRMAIL -nice will process the incoming news
  50. and mail from that network.
  51.  
  52.  
  53.